home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00124.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  434 b   |  19 lines

  1. on mouseUp
  2.   global SOND
  3.   if SOND = 0 then
  4.     puppetSound("SCLICK")
  5.     updateStage()
  6.   end if
  7.   SHOWPUSHER()
  8.   set the locH of sprite 45 to -50
  9.   set the locV of sprite 45 to -50
  10.   set the locV of sprite 46 to -50
  11.   set the locH of sprite 46 to -50
  12.   play frame "OPTIONS"
  13.   set the locH of sprite 45 to 30
  14.   set the locV of sprite 45 to 391
  15.   set the locH of sprite 46 to 571
  16.   set the locV of sprite 46 to 391
  17.   updateStage()
  18. end
  19.